Skip to main content
POST
/
auth
/
reset-password
Reset password
curl --request POST \
  --url https://your_a2_service/auth/reset-password \
  --header 'Content-Type: application/json' \
  --data '
{
  "password": "<string>",
  "token": "<string>"
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.aiderx.io/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
password
string
required
token
string
required

Response

Successful Response